home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / stats / r250.exe / R250.H < prev    next >
Text File  |  1992-09-26  |  153b  |  5 lines

  1. /*** Function prototypes for R250 random number generator, by W. L. Maier  ***/
  2. unsigned int r250();
  3. unsigned int r250n(unsigned n);
  4. double dr250();
  5.